home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-09-01 | 2.8 KB | 105 lines | [TEXT/mdos] |
- ; $Id: evxapi.s 1.1 1994/03/01 18:45:10 psq Exp $
-
- INCLUDE 'EVDLLDef.s'
-
- PlugGlue2 EVXmalloc
- PlugGlue2 EVXrealloc
- PlugGlue2 EVXfree
- PlugGlue2 EVXYield
- PlugGlue2 EVXSceneGetNLights
- PlugGlue2 EVXGetIndLight
- PlugGlue2 EVXSceneGetNPrimitives
- PlugGlue2 EVXSceneGetIndPrimitives
-
- PlugGlue2 EVXTreeForEachInstance
- ; PlugGlue2 EVXTreeGetNInstance
-
- ; PlugGlue2 EVXTreeIterNew
- ; PlugGlue2 EVXTreeIterDelete
- ; PlugGlue2 EVXTreeIterFirst
- ; PlugGlue2 EVXTreeIterNext
- ; PlugGlue2 EVXTreeIterMore
-
- PlugGlue2 EVXInstanceGetPrim
- PlugGlue2 EVXInstanceGetGlobalTransform
- PlugGlue2 EVXInstanceDoShade
- PlugGlue2 EVXInstanceGetMainColors
- PlugGlue2 EVXInstanceGetShadingFlags
- PlugGlue2 EVXInstanceGetShadingLevel
-
- PlugGlue2 EVXLightGetGlobalTransform
- PlugGlue2 EVXLightGetColor
- PlugGlue2 EVXLightGetDirection
- PlugGlue2 EVXLightShadowEffect
-
- PlugGlue2 EVXUVToRay
- PlugGlue2 EVXXYZToUV
- PlugGlue2 EVXGetGlobalToCameraTransform
-
- PlugGlue2 EVXOffNew
- PlugGlue2 EVXOffDelete
- PlugGlue2 EVXOffInitialize
- PlugGlue2 EVXOffGetDepth
- PlugGlue2 EVXFocus
- PlugGlue2 EVXUnFocus
- PlugGlue2 EVXOffCopyBits
- PlugGlue2 EVXOffErase
- PlugGlue2 EVXOffSetPosition
- PlugGlue2 EVXOffGoRight
- PlugGlue2 EVXOffGoLeft
- PlugGlue2 EVXOffGoDown
- PlugGlue2 EVXOffGoUp
- PlugGlue2 EVXOffPut1
- PlugGlue2 EVXOffPut8
- PlugGlue2 EVXOffPut32
- PlugGlue2 EVXOffGet1
- PlugGlue2 EVXOffGet8
- PlugGlue2 EVXOffGet32
- PlugGlue2 EVXOffPut
- PlugGlue2 EVXOffGet
-
- ; PlugGlue2 EVXBufNew
- ; PlugGlue2 EVXBufDelete
- ; PlugGlue2 EVXBufInitialize
- ; PlugGlue2 EVXBufErase
- ; PlugGlue2 EVXBufSetPosition
- ; PlugGlue2 EVXBufGoRight
- ; PlugGlue2 EVXBufGoLeft
- ; PlugGlue2 EVXBufGoDown
- ; PlugGlue2 EVXBufGoUp
- ; PlugGlue2 EVXBufPut16
- ; PlugGlue2 EVXBufGet16
- ; PlugGlue2 EVXBufPut
- ; PlugGlue2 EVXBufGet
-
- ; PlugGlue2 EVXGetOffOrBufRect
- ; PlugGlue2 EVXSetOffOrBufRect
-
- PlugGlue2 EVXBufferGetChunkInfo
- PlugGlue2 EVXBufferForEachChunk
- PlugGlue2 EVXChunkLockForRead
- PlugGlue2 EVXChunkLockForWrite
- PlugGlue2 EVXChunkUnlock
- PlugGlue2 EVXChunkGetData
-
- PlugGlue2 EVXBeginGroup
- PlugGlue2 EVXBeginPath
- PlugGlue2 EVXLineTo
- PlugGlue2 EVXCurveTo
- PlugGlue2 EVXBezierTo
- PlugGlue2 EVXEndPath
- PlugGlue2 EVXEndGroup
- PlugGlue2 EVXDrawVertex
- PlugGlue2 EVXDrawHandle
- PlugGlue2 EVXDrawControl
-
- PlugGlue2 EVXBgGetUVColor
- PlugGlue2 EVXBgGetDirectionColor
- PlugGlue2 EVXBgIsUV
- PlugGlue2 EVXAtmosphericLocal
- PlugGlue2 EVXAtmosphericGlobal
-
- PlugGlue2 EVXRandom
- PlugGlue2 EVXRandomSeed
- END
-